home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12051 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  910 b 

  1. Path: nntp.snfc21.pbi.net!usenet
  2. From: mich@pbinet.com
  3. Newsgroups: comp.dsp,comp.lang.c
  4. Subject: Re: C code .vs. Assembly code for Microcontrollers/DSPs ?
  5. Date: 28 Mar 1996 23:59:37 GMT
  6. Organization: Pacific Bell Internet Services
  7. Message-ID: <4jf959$5vm@nntp.snfc21.pbi.net>
  8. References: <620174950wnr@dstrip.demon.co.uk> <4j9lfh$o2l@narses.hrz.tu-chemnitz.de>
  9. Reply-To: mich@pbinet.com
  10. NNTP-Posting-Host: ppp-5-34.rdcy01.pbinet.com
  11. X-Newsreader: IBM NewsReader/2 v1.03
  12.  
  13. In <4j9lfh$o2l@narses.hrz.tu-chemnitz.de>, hfst@hrz.tu-chemnitz.de (Hans Steffani) writes:
  14. >>    ...    
  15. >>    int var1, var2;
  16. >>    int *var1p = &var1;
  17. >>    var1p[-1] = 0;
  18. >>    ...
  19. >
  20. >Post this to comp.lang.c[.moderated] and you will be told that this
  21. >leads to undefined behavior and something like that. 
  22.  
  23. Or you might be told it depends on the compiler.
  24. -----------------------------
  25. Reality Meter: [\.....], thought so
  26. -----------------------------
  27.  
  28.